Enable xwidget (webkit) support for emacs25
authorRob Browning <rlb@defaultvalue.org>
Sun, 2 Oct 2016 20:13:35 +0000 (15:13 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 2 Oct 2016 20:13:35 +0000 (15:13 -0500)
debian/control
debian/control.in
debian/rules

index 376a619b59c3bf51692d0454276655338fd64364..23f0a52fff578e28b664e855165a4b4527641cc8 100644 (file)
@@ -13,6 +13,7 @@ Build-Depends: bsd-mailx | mailx, libncurses5-dev, texinfo, liblockfile-dev, lib
  libgnutls28-dev, libxml2-dev, libselinux1-dev [linux-any],
  libgconf2-dev, libasound2-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
  libmagick++-6.q16-dev,
+ libwebkitgtk-3.0-dev,
  libacl1-dev,
  zlib1g-dev
 Homepage: http://www.gnu.org/software/emacs/
index fa0311c95e56f83403fe06a4ba1d374456ffe0d4..9af54e6da995d1e2e5dd7b89417c02258ac144a4 100644 (file)
@@ -13,6 +13,7 @@ Build-Depends: bsd-mailx | mailx, libncurses5-dev, texinfo, liblockfile-dev, lib
  libgnutls28-dev, libxml2-dev, libselinux1-dev [linux-any],
  libgconf2-dev, libasound2-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
  libmagick++-6.q16-dev,
+ libwebkitgtk-3.0-dev,
  libacl1-dev,
  zlib1g-dev
 Homepage: http://www.gnu.org/software/emacs/
index 61ff449c33a3133e09879f7a8be321f7dcacf0dd..26bc66a7d80ffcdf6214a85193677037c5ad2168 100755 (executable)
@@ -315,6 +315,7 @@ confflags_x += --with-x-toolkit=gtk3
 # change the assignment below to --without-toolkit-scroll-bars.  The
 # resulting emacsXY package will have the old scrollbars.
 confflags_x += --with-toolkit-scroll-bars
+confflags_x += --with-xwidgets
 
 # nox configure flags
 confflags_nox := $(confflags)